From eda35bc7e3d6d1e6891418b1880aff981c5711fd Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 20 Dec 2009 21:01:52 +0000 Subject: [PATCH] Minor warning cleanups. --- jogmap.c | 5 ++--- teletype.c | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/jogmap.c b/jogmap.c index 2740b9eb1..9273f5249 100644 --- a/jogmap.c +++ b/jogmap.c @@ -26,7 +26,6 @@ #include "garmin_tables.h" static route_head *trk; -static gbfile *fout; static arglist_t jogmap_args[] = { @@ -49,8 +48,8 @@ jogmap_read(void) #else -static xg_callback jogmap_shape, xol_shape_end; -static xg_callback jogmap_waypt, xol_overlay; +// static xg_callback jogmap_shape, xol_shape_end; +// static xg_callback jogmap_waypt, xol_overlay; #define XOL "/overlays/overlay" diff --git a/teletype.c b/teletype.c index c4f301c42..fcfd177bd 100644 --- a/teletype.c +++ b/teletype.c @@ -64,8 +64,8 @@ teletype_read(void) wpt->description = (gbfgetcstr(fin)); if (1) { // needs bit values of NEWFORMAT2 - int direction = gbfgetuint32(fin); - int mins = gbfgetuint32(fin); + // int direction = gbfgetuint32(fin); + // int mins = gbfgetuint32(fin); } if (1) { // need bit value of NEWFORMAT -- 2.30.2